.header{
   background-image: url("../img/Products_menu/cutting_machines.png");
}
.header .page-title{
    padding: 3rem var(--pad-side);
    align-items: start;
    flex-direction: column;
}

.header .page-title h1,.header .page-title h2{
    position: relative;
    text-align: left;
    margin: 5px;
    color: #fff;
}
.header .page-title h2 {
    color: #fff;
    text-transform: capitalize;
}
.header .page-title h1::after,
div.abt_cut h2::after,
div.cont h2::after{
    content: '';
    position: absolute;
    display: block;
    width: 70%;
    height: 10px;
    bottom: -5px;
    left: 0px;
    background-color: #b31919;
}
div.abt_cut h2::after,
div.cont h2::after{
    height: 5px;
    position: relative;
}
div.abt_cut{
    padding: 5rem  calc( var(--pad-side) );
}
div.abt_cut h2{
    position: relative;
    display: inline-block;
    text-align: left;
}
.abt_cut p {
    word-spacing: 4px;
    margin-right: 20px;
}


/*-----content-----*/

body {
    height: 100%;
}
div.cont h2{
    text-align: left;
    position: relative;
    display: inline-block;
}
div.cont .cont-flexbox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem 1rem;
}
div.cont .car {
    position: relative;
    height: auto;
    background: #b31919;
    margin:25px;
    padding: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
}
.car div[class*="image"] {
    position: relative;
    display: block;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
.car div[class*="image"] a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #aaa;
    background-position: center;
    background-size: 105% 105%;
    transition: all 100ms linear;
    border-radius: 12px;
}
.car div[class*="image"] a:hover{
    background-size: 100% 100%;
}
.top-text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    pointer-events: none;
    transition: all 0.1s linear;
    background-color: rgba(179,25,25,0.2);
}

.top-text .name {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
    background-color: #b31919;
    text-align: center;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-family: gilroy;
}
.car:hover .top-text{
    background-color: transparent;
}
.bottom-text {
    display: none;
    padding: 0 20px 10px 20px;
    margin-top: 30px;
}

.bottom-text .text {
    text-align: justify;
}

.btn {
    display: none;
    margin: 10px 0;
}

.btn a {
    border-radius: 3px;
    display: inline-flex;
    padding: 5px 8px;
    color: #f2f2f2;
    background: #e74c3c;
    text-decoration: none;
}

.btn a:hover {
    transform: scale(0.9);
}

.container {
    /*padding: 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.container p {
    padding: 9.5rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    color: #FDFEFE;
}

.container p span {
    color: red;
    word-spacing: 6px;
    letter-spacing: 0.1rem;
}

hr {
    background: green;
    height: 5px;
    width: 10%;
    text-align: center;
    margin: auto;
}


div.image-1 a {
    background-image: url(../img/products/IK-12Max3.png);
}
div.image-2 a {
    background-image: url(../img/products/weldhandy-1.jpg);
}

div.image-3 a {
    background-image: url(../img/products/f2.png);
}
